home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Rincón del lector / Reader's Contributions / HeadHunter™ / CY passw.Dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1996-07-23  |  170 b   |  14 lines

  1. on whichkey
  2.   if the key = RETURN then
  3.     CHECKID()
  4.   end if
  5. end
  6.  
  7. on CHECKID
  8.   if field "ID" = "ICARUS" then
  9.     go(1, "CYBERNET")
  10.   else
  11.     go(1, "menu")
  12.   end if
  13. end
  14.